Microsoft
Software
Hardware
Network
Question : Sql Non Disctinct possibility ?
I would like to know if it's possible with an sql query to do thing like non distinct.
i explain, i'd use query like :
select * from my datatable where pk=5 or pk = 8 or pk = 5
Actually i get 2 lines where pk=5 or 8
I'd like if i send pk more than once that i get it more than one in the result of the query. So for the query i'll have 3 Lines and 2 times the line with the pk 5.
Thanks for your help
Alex
Answer : Sql Non Disctinct possibility ?
select * from my datatable where pk=5
union
select * from my datatable where pk=5 or pk = 8 or pk = 5
Random Solutions
Application or script we can schedule to gather information from PC like OS version, Service Pack level etc etc
Response.Redirect is not working properly in the server?
Move From IIS6 to IIS7
General MS Graph problems in Access 2007
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)
Using regsvr32 in Vista via batch file
Sql query
Max record for Employee
Finding Null in a memo field and what event to use to check the related box
Icons from Start>All Programs have disappeared