Click here to Skip to main content
15,886,032 members
Home / Discussions / Database
   

Database

 
AnswerRe: Last unique inserted row Pin
toxcct25-Oct-05 0:24
toxcct25-Oct-05 0:24 
QuestionJoining Tables Pin
Greeky23-Oct-05 21:53
Greeky23-Oct-05 21:53 
AnswerRe: Joining Tables Pin
miah alom24-Oct-05 4:54
miah alom24-Oct-05 4:54 
QuestionUsing where clause with .CSV files Pin
Adeel68823-Oct-05 19:15
Adeel68823-Oct-05 19:15 
QuestionADO SECURITY WARNING! Pin
delnaz23-Oct-05 6:52
delnaz23-Oct-05 6:52 
QuestionADO WARNING SECURITY Pin
delnaz23-Oct-05 0:10
delnaz23-Oct-05 0:10 
AnswerRe: ADO WARNING SECURITY Pin
S Douglas7-Nov-05 23:03
professionalS Douglas7-Nov-05 23:03 
Questionmysql query browser (newbie) - running multiple queries Pin
tjawed22-Oct-05 8:50
tjawed22-Oct-05 8:50 
Okay so I am a complete noob to mysql.

I am trying to run the following statements in mysql query browser

DROP TABLE IF EXISTS `bedbugs`.`airports`;

CREATE TABLE `bedbugs`.`airports` (
`city` char(20) default NULL,
`country` char(20) default NULL,
`name` char(20) NOT NULL default '',
PRIMARY KEY (`name`)
);


basically two different queries through one query window.

I get the following error:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';
CREATE TABLE `bedbugs`.`airports` (
`city` char(20) default NULL,
`cou' at line 1


Can someone explain what is going on. If I comment out either query - the other one runs fine (basically I can run one at a time).

Is this some sort of limitation of the query browser?
thanks in advance
AnswerRe: mysql query browser (newbie) - running multiple queries Pin
dabuskol23-Oct-05 19:52
dabuskol23-Oct-05 19:52 
QuestionTutotial Link[modified] Pin
ddmcr22-Oct-05 3:39
ddmcr22-Oct-05 3:39 
AnswerRe: Tutotial Link Pin
Stanciu Vlad22-Oct-05 7:51
Stanciu Vlad22-Oct-05 7:51 
GeneralRe: Tutotial Link Pin
ddmcr22-Oct-05 10:31
ddmcr22-Oct-05 10:31 
QuestionDeleting duplicate rows based on timestamps ? Pin
Aditi48422-Oct-05 2:23
Aditi48422-Oct-05 2:23 
AnswerRe: Deleting duplicate rows based on timestamps ? Pin
dabuskol23-Oct-05 19:39
dabuskol23-Oct-05 19:39 
GeneralRe: Deleting duplicate rows based on timestamps ? Pin
Aditi48423-Oct-05 21:29
Aditi48423-Oct-05 21:29 
QuestionSQL datediff Pin
dabuskol22-Oct-05 0:14
dabuskol22-Oct-05 0:14 
AnswerRe: SQL datediff Pin
Colin Angus Mackay23-Oct-05 5:55
Colin Angus Mackay23-Oct-05 5:55 
GeneralRe: SQL datediff Pin
dabuskol23-Oct-05 19:36
dabuskol23-Oct-05 19:36 
GeneralRe: SQL datediff Pin
Colin Angus Mackay23-Oct-05 20:34
Colin Angus Mackay23-Oct-05 20:34 
QuestionNeed a bit of an advice... Pin
Stanciu Vlad21-Oct-05 23:16
Stanciu Vlad21-Oct-05 23:16 
AnswerRe: Need a bit of an advice... Pin
André Ziegler22-Oct-05 4:51
André Ziegler22-Oct-05 4:51 
QuestionRe: Need a bit of an advice... Pin
Stanciu Vlad22-Oct-05 7:31
Stanciu Vlad22-Oct-05 7:31 
AnswerRe: Need a bit of an advice... Pin
Colin Angus Mackay23-Oct-05 6:02
Colin Angus Mackay23-Oct-05 6:02 
QuestionRe: Need a bit of an advice... Pin
Stanciu Vlad24-Oct-05 6:11
Stanciu Vlad24-Oct-05 6:11 
QuestionUnicode with Sql server 2000 Pin
TheOnlyFalcon21-Oct-05 15:13
TheOnlyFalcon21-Oct-05 15:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.