Click here to Skip to main content
15,889,859 members
Home / Discussions / Database
   

Database

 
GeneralRe: MySQL - Can't create Visit table Pin
Eddy Vluggen16-Sep-13 2:59
professionalEddy Vluggen16-Sep-13 2:59 
AnswerRe: MySQL - Can't create Visit table Pin
Bernhard Hiller16-Sep-13 2:23
Bernhard Hiller16-Sep-13 2:23 
AnswerRe: MySQL - Can't create Visit table Pin
Richard Deeming16-Sep-13 2:25
mveRichard Deeming16-Sep-13 2:25 
QuestionSQL Query Help! Pin
Member 1026694314-Sep-13 16:33
Member 1026694314-Sep-13 16:33 
AnswerRe: SQL Query Help! Pin
PIEBALDconsult14-Sep-13 17:39
mvePIEBALDconsult14-Sep-13 17:39 
AnswerRe: SQL Query Help! Pin
Eddy Vluggen15-Sep-13 2:02
professionalEddy Vluggen15-Sep-13 2:02 
AnswerRe: SQL Query Help! Pin
RedDk15-Sep-13 12:08
RedDk15-Sep-13 12:08 
AnswerRe: SQL Query Help! Pin
Malte Klena16-Sep-13 1:55
Malte Klena16-Sep-13 1:55 
Check out this:
The ultimate guide to the datetime datatypes[^]

And to select everything form today you can use something like this:

SELECT * FROM table WHERE DATEDIFF(day, date, Getdate())=0
QuestionHelp Me Pin
Member 1025981112-Sep-13 23:58
professionalMember 1025981112-Sep-13 23:58 
AnswerRe: Help Me Pin
Richard MacCutchan12-Sep-13 23:58
mveRichard MacCutchan12-Sep-13 23:58 
AnswerRe: Help Me Pin
Amol_B24-Oct-13 2:29
professionalAmol_B24-Oct-13 2:29 
QuestionObject Oriented Database Pin
fledep12-Sep-13 20:17
fledep12-Sep-13 20:17 
AnswerRe: Object Oriented Database Pin
Mycroft Holmes12-Sep-13 21:54
professionalMycroft Holmes12-Sep-13 21:54 
AnswerRe: Object Oriented Database Pin
jschell13-Sep-13 11:46
jschell13-Sep-13 11:46 
QuestionRetreive Data from sql server along with headers or column name Pin
ashu200112-Sep-13 1:24
ashu200112-Sep-13 1:24 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut12-Sep-13 2:39
professionalGuyThiebaut12-Sep-13 2:39 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
jschell12-Sep-13 8:26
jschell12-Sep-13 8:26 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut12-Sep-13 8:30
professionalGuyThiebaut12-Sep-13 8:30 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
jschell13-Sep-13 11:23
jschell13-Sep-13 11:23 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut13-Sep-13 23:27
professionalGuyThiebaut13-Sep-13 23:27 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
Eddy Vluggen12-Sep-13 2:58
professionalEddy Vluggen12-Sep-13 2:58 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
Corporal Agarn12-Sep-13 3:04
professionalCorporal Agarn12-Sep-13 3:04 
QuestionUser ownership of a specific data row? Pin
Member 914293611-Sep-13 5:27
Member 914293611-Sep-13 5:27 
AnswerRe: User ownership of a specific data row? Pin
David Mujica11-Sep-13 5:32
David Mujica11-Sep-13 5:32 
GeneralRe: User ownership of a specific data row? Pin
Member 914293611-Sep-13 5:55
Member 914293611-Sep-13 5:55 

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.