| Thread | Last Post | Replies |
|
| selecting colunm with a space '' | 22 May 2006 23:35 GMT | 1 |
When I submit a sql : select * from view from column='' the view is pointing to oracle table with ole db provider for oracle In mssql2000, the result return rows which containing a space ' '
|
| UPDATE TABLE1 ONLY WHEN ALL RECORDS IN COLUMN IN TABLE2 ARE TRUE | 14 May 2006 16:52 GMT | 1 |
Table2 has multiple records joined to single record in Table1. I want to UPDATE column in Table1 only if all joined records in Table2 are True. Help would much apprec.
|
| Help on : Could not find stored procedure 'recurse_oids' | 08 May 2006 21:48 GMT | 2 |
Hello everyone, I'm on MS SQL SERVER 2000. When runing this simple delete statement: delete from sd50.cdm_locations where loc_oid =146836832983830528
|
| Last order date for each customer | 08 May 2006 21:13 GMT | 1 |
I would like to write a select statement in query analyzer which would return the last order number per customer given a specific order type. (Which would be 1 record per customer) Thanks.
|
| How to keep a log register after rollback transaction? | 08 May 2006 21:06 GMT | 2 |
I have this transaction: BEGIN TRANSACTION INSERT INTO logs (message) VALUES ('SQL will inserts a new register') INSERT INTO products (id, name) VALUES (1, 'book')
|