| Thread | Last Post | Replies |
|
| Simple Math Question | 26 Jul 2006 16:40 GMT | 2 |
Hope someone can help with something so silly and that I feel quite ashamed about asking, I am just doing some simple percentage calcualtions which I have done in sql before without any problems, my query simplified is as follows
|
| NOT IN Statment | 24 Jul 2006 23:00 GMT | 1 |
Wonder if someone can help me I have written a very very basic sql (NOT IN) Statment which was returning results fine but is not longer. The table sructure is as follows Table A
|
| Data in wrong columns after query changed | 24 Jul 2006 16:20 GMT | 2 |
I added a field to the middle of an existing query. Another query that referenced the changed query had data in the wrong columns. For example, the original query had TaskID, division, CostID, Amount
|
| Date Query | 23 Jul 2006 15:29 GMT | 1 |
I need to query between todays date +14. Any suggestions on code. Thanks.
|
| null character | 07 Jul 2006 01:25 GMT | 1 |
How do you write a sql statement to update a column to be of <null>? What is the syntax? If have tried "null" and \0 thanks
|
| A Bug about SQL Query Analysis | 04 Jul 2006 07:43 GMT | 4 |
I found a bug about SQL Query Analysis, if u write a sql statement like this: SELECT Tmptable.col1 table.col2 FROM TEMPDB..[Table] AS Tmptable
|
| Calling Two Stored Procedures to create one table | 03 Jul 2006 13:33 GMT | 2 |
Is it possible to execute two stored procedures and create one table based on the data in both of the SPs? If so, can someone explain how? Thanks
|
| distinct with all the columns | 03 Jul 2006 09:23 GMT | 7 |
I've got something, but I can't get all of my columns shown. I've got a table with a few columns and in one columns there are records with duplicate values, so I use a distinct to get all the duplicates out of the result set, but this only works for 1 column, I also want to show ...
|