Click here to Skip to main content
15,906,558 members
Home / Discussions / Database
   

Database

 
AnswerRe: date format and change from gregorian date to hijri date Pin
Jerry Hammond10-Aug-08 4:58
Jerry Hammond10-Aug-08 4:58 
Questionbetween and like condition Pin
kimo code9-Aug-08 19:54
kimo code9-Aug-08 19:54 
AnswerRe: between and like condition Pin
PIEBALDconsult9-Aug-08 20:03
mvePIEBALDconsult9-Aug-08 20:03 
GeneralRe: between and like condition Pin
kimo code9-Aug-08 20:17
kimo code9-Aug-08 20:17 
AnswerRe: between and like condition Pin
Wendelius9-Aug-08 23:00
mentorWendelius9-Aug-08 23:00 
GeneralRe: between and like condition Pin
kimo code10-Aug-08 20:01
kimo code10-Aug-08 20:01 
GeneralRe: between and like condition Pin
Wendelius11-Aug-08 5:43
mentorWendelius11-Aug-08 5:43 
AnswerRe: between and like condition Pin
Peter Appleby19-Aug-08 7:08
Peter Appleby19-Aug-08 7:08 
Hi kareem,

Why do y0u need the like? Why not just :
Select * from test where date between '%8/08/1429%' and '%12/08/1429%'

Or possibly try:

Select * from test where date between (like '%8/08/1429%') and (like %12/08/1429%')

Help that helps or I have misunderstood the problem and there is a far deeper reason for your query than is obvious from the data you have given.
GeneralRe: between and like condition Pin
kimo code19-Aug-08 19:39
kimo code19-Aug-08 19:39 
Questionsql server 2000 to sql server 2005 Pin
Rameez Raja9-Aug-08 16:55
Rameez Raja9-Aug-08 16:55 
AnswerRe: sql server 2000 to sql server 2005 Pin
Paul Conrad9-Aug-08 19:27
professionalPaul Conrad9-Aug-08 19:27 
QuestionSQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 5:40
amit20119-Aug-08 5:40 
AnswerRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius9-Aug-08 5:53
mentorWendelius9-Aug-08 5:53 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 21:34
amit20119-Aug-08 21:34 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius9-Aug-08 21:45
mentorWendelius9-Aug-08 21:45 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 21:48
amit20119-Aug-08 21:48 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius9-Aug-08 21:56
mentorWendelius9-Aug-08 21:56 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 22:17
amit20119-Aug-08 22:17 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius9-Aug-08 22:45
mentorWendelius9-Aug-08 22:45 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit201110-Aug-08 3:46
amit201110-Aug-08 3:46 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius10-Aug-08 4:21
mentorWendelius10-Aug-08 4:21 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit201112-Aug-08 5:49
amit201112-Aug-08 5:49 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius12-Aug-08 7:37
mentorWendelius12-Aug-08 7:37 
Questiondatabasebackup & restore error Pin
vishnukamath9-Aug-08 1:36
vishnukamath9-Aug-08 1:36 
AnswerRe: databasebackup & restore error Pin
Wendelius9-Aug-08 2:03
mentorWendelius9-Aug-08 2:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.