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.
| 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 Jash4values ('Mohan', 'Das', 'Mgr', 34, 6500000,); I am not able to insert these data into above mentioned column. Why? need help. |
 |
|
|
RyanRandall
Master Smack Fu Yak Hacker
1074 Posts |
Posted - 2008-05-16 : 11:03:15
|
| Do you get an error? Try...insert into Jash4values ('Mohan', 'Das', 'Mgr', 34, 6500000); --no trailing commaRyan Randall Solutions are easy. Understanding the problem, now, that's the hard part. |
 |
|
|
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_Expresshttp://www.microsoft.com/sql/editions/express/default.mspxRyan Randall Solutions are easy. Understanding the problem, now, that's the hard part. |
 |
|
|
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, |
 |
|
|
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. |
 |
|
|
|
|
|
|
|