Raised This Month: $ Target: $400
 0% 

Multiple lines


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
reinert
Veteran Member
Join Date: Feb 2007
Old 09-23-2011 , 14:22   Multiple lines
Reply With Quote #1

Hey, is it possible to make a SQL Statement with multiple lines like I've got SQL like this:

IP, Name, Auth, Country, Privileges..

So instead of this:
CREATE TABLE IF NOT EXISTS players (IP varchar(32), Name varchar(32), Auth varchar(32), Country varchar(3), Privileges int(2), PRIMARY KEY ( IP ))
How can I do something like this:

CREATE TABLE IF NOT EXISTS players (
IP varchar(32),
Name varchar(32),
Auth varchar(32),
Country varchar(3),
Privileges int(2),
PRIMARY KEY ( IP ))

So it will be easier to understand because of my SQL has over 30 columns.
reinert is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode