MySQL Forums
Forum List  »  MySQL Query Browser

MySQL Query Browser
Posted by: bill
Date: March 23, 2005 08:47PM

I'm sure this is simple, but can someone please help me get this right. I want to execute this as a script in the Query Browser.

Declare @vcFNM varchar(45)
Declare @vcLNM varchar(45)
Set @vcFNM = 'Bill'
Set @vcLNM = 'Jones'
Insert into tbltest(t2, t3)
Values(vcFNM, vcLNM)

As well please let me know where I can find any help in doing this type of thing.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
MySQL Query Browser
March 23, 2005 08:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.