• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Learning basic SQL - is there a place where I can create my own table and test syntax

theNEOone

Diamond Member
Title says it all. Online tool preferable because I'm on a Mac and everything that's available for download seems to be Windows only.

Cheers and thanks!
 
For MySQL, consider the OS X version of XAMPP - this gives you an Apache web server with PHP, MySQL and PHPMyAdmin friendly front-end to MySQL.

With this you can use either raw SQL or the front end to create and edit tables. It's handy to be able to use the front end to browse tables and run queries.

http://www.apachefriends.org/en/xampp.html
 
Back
Top