|
-
March 15th, 2010, 02:05 PM
#1
How to insert a decimal value to database?
Hi all,
I have a problem with SQL:
I have this SQL command: "insert into stores Value (Int,"String","Sting", double)
The problem is that the double has a ',' in it so the SQL think it is 5 valus and not 4.
I can not make a convert to Sting because I need to make a selection ordered by the double valu later on (that is select Ä from stores order by income (that is the double value)
Any Ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|