Click here to Skip to main content
15,890,882 members
Home / Discussions / Database
   

Database

 
AnswerRe: Star schema . Pin
GuyThiebaut29-Mar-16 21:55
professionalGuyThiebaut29-Mar-16 21:55 
QuestionTake default value if column doesn't exist Pin
indian14329-Mar-16 6:22
indian14329-Mar-16 6:22 
AnswerRe: Take default value if column doesn't exist Pin
CHill6029-Mar-16 13:44
mveCHill6029-Mar-16 13:44 
QuestionDate time so confuse. Pin
hmanhha29-Mar-16 5:25
hmanhha29-Mar-16 5:25 
AnswerRe: Date time so confuse. Pin
CHill6029-Mar-16 13:46
mveCHill6029-Mar-16 13:46 
GeneralRe: Date time so confuse. Pin
hmanhha29-Mar-16 15:28
hmanhha29-Mar-16 15:28 
Questionoracle not allow date field with same name "Date" Pin
Asif Rehman28-Mar-16 21:51
Asif Rehman28-Mar-16 21:51 
AnswerRe: oracle not allow date field with same name "Date" PinPopular
GuyThiebaut28-Mar-16 22:30
professionalGuyThiebaut28-Mar-16 22:30 
"Date" will probably be a reserved word which is why you get this issue.

Outside of changing the column name,which I strongly recommend doing(calling a column "date" is asking for trouble), which will involve quite a bit of work, the only workaround is to use whatever Oracle uses to delimit column names ([],"" etc)

My experience is that it is best to fix these sorts of issues early i.e. rename the column as the problems you currently experience will be magnified in a few months time when you have more that depends on a column called "date". The amount of work it will take you to fix this issue now will be far less than later.
“That which can be asserted without evidence, can be dismissed without evidence.”

― Christopher Hitchens

AnswerRe: oracle not allow date field with same name "Date" Pin
Jörgen Andersson28-Mar-16 23:07
professionalJörgen Andersson28-Mar-16 23:07 
SuggestionRe: oracle not allow date field with same name "Date" PinPopular
Sascha Lefèvre28-Mar-16 23:49
professionalSascha Lefèvre28-Mar-16 23:49 
QuestionHow to deploy a reporting project into report server (ssrs) through visual 2015 Pin
jonatan_55624-Mar-16 0:01
jonatan_55624-Mar-16 0:01 
RantREPOST Pin
Richard Deeming24-Mar-16 2:16
mveRichard Deeming24-Mar-16 2:16 
AnswerRe: How to deploy a reporting project into report server (ssrs) through visual 2015 Pin
GuyThiebaut25-Mar-16 23:19
professionalGuyThiebaut25-Mar-16 23:19 
GeneralRe: How to deploy a reporting project into report server (ssrs) through visual 2015 Pin
jonatan_55614-Apr-16 12:33
jonatan_55614-Apr-16 12:33 
GeneralRe: How to deploy a reporting project into report server (ssrs) through visual 2015 Pin
GuyThiebaut14-Apr-16 21:54
professionalGuyThiebaut14-Apr-16 21:54 
QuestionWait until an operation finished Pin
indian14323-Mar-16 6:44
indian14323-Mar-16 6:44 
AnswerRe: Wait until an operation finished Pin
John C Rayan24-Mar-16 6:27
professionalJohn C Rayan24-Mar-16 6:27 
GeneralRe: Wait until an operation finished Pin
indian14324-Mar-16 9:50
indian14324-Mar-16 9:50 
GeneralRe: Wait until an operation finished Pin
GuyThiebaut25-Mar-16 23:33
professionalGuyThiebaut25-Mar-16 23:33 
GeneralRe: Wait until an operation finished Pin
John C Rayan29-Mar-16 22:21
professionalJohn C Rayan29-Mar-16 22:21 
QuestionSql connections connectors / 2 networks Pin
dada201022-Mar-16 3:52
dada201022-Mar-16 3:52 
QuestionGet the user name and date time who modified or inserted data Pin
indian14321-Mar-16 15:40
indian14321-Mar-16 15:40 
AnswerRe: Get the user name and date time who modified or inserted data Pin
Peter_in_278021-Mar-16 15:49
professionalPeter_in_278021-Mar-16 15:49 
AnswerRe: Get the user name and date time who modified or inserted data Pin
John C Rayan24-Mar-16 6:23
professionalJohn C Rayan24-Mar-16 6:23 
QuestionCreating Table with inner join of all Child tables giving error Pin
indian14321-Mar-16 13:24
indian14321-Mar-16 13:24 

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.