Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 online sql interpreter

Author  Topic 

Jash
Starting Member

4 Posts

Posted - 2008-05-16 : 10:13:41
Hi,

I have started to learn SQL, I need to practise those commands through online sql interpreter. Is there any web page available to do so? or where can i down load it for free?

Jash
Starting Member

4 Posts

Posted - 2008-05-16 : 10:23:10
Jash4 created:

First Last Title Age Salary

-----------------------------
inser into Jash4
values ('Mohan', 'Das', 'Mgr', 34, 6500000,);

I am not able to insert these data into above mentioned column. Why? need help.
Go to Top of Page

RyanRandall
Master Smack Fu Yak Hacker

1074 Posts

Posted - 2008-05-16 : 11:03:15
Do you get an error? Try...

insert into Jash4
values ('Mohan', 'Das', 'Mgr', 34, 6500000); --no trailing comma

Ryan Randall
Solutions are easy. Understanding the problem, now, that's the hard part.
Go to Top of Page

RyanRandall
Master Smack Fu Yak Hacker

1074 Posts

Posted - 2008-05-16 : 11:08:28
quote:
Originally posted by Jash

where can i down load it for free?

Microsoft SQL Server Express is the freely-downloadable and distributable version of Microsoft's SQL Server relational database management system. http://en.wikipedia.org/wiki/SQL_Server_Express

http://www.microsoft.com/sql/editions/express/default.mspx


Ryan Randall
Solutions are easy. Understanding the problem, now, that's the hard part.
Go to Top of Page

Jash
Starting Member

4 Posts

Posted - 2008-05-18 : 23:24:45
Thanks ryan, I will give the feed back, once i tried these things. Thanks a lot,
Go to Top of Page

Jash
Starting Member

4 Posts

Posted - 2008-05-18 : 23:40:27
ryan,

i tried, it says [error occured, recheck sql statement].
this is the msg, i am getting.
Go to Top of Page
   

- Advertisement -