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

Database

 
GeneralRe: Writing Date back to SQL Anywhere DB - Exception Thrown Pin
MWRivera1-Mar-10 6:13
MWRivera1-Mar-10 6:13 
Question<ROOT> xml sql Pin
Qendro25-Feb-10 9:26
Qendro25-Feb-10 9:26 
AnswerRe: xml sql Pin
Mycroft Holmes25-Feb-10 10:57
professionalMycroft Holmes25-Feb-10 10:57 
GeneralRe: xml sql Pin
Not Active25-Feb-10 14:16
mentorNot Active25-Feb-10 14:16 
GeneralRe: xml sql Pin
Mycroft Holmes25-Feb-10 14:22
professionalMycroft Holmes25-Feb-10 14:22 
GeneralRe: xml sql Pin
SilimSayo26-Feb-10 9:48
SilimSayo26-Feb-10 9:48 
GeneralRe: xml sql Pin
Mycroft Holmes26-Feb-10 10:54
professionalMycroft Holmes26-Feb-10 10:54 
GeneralRe: xml sql Pin
SilimSayo27-Feb-10 18:13
SilimSayo27-Feb-10 18:13 
If you were to use a fully qualified name when selecting from table employee, you would write

Select * from mydatabase.myschema.employee.

If you use a partially qualified name you would write:

Select * from myschema.employee

or

Select * from mydatabase..employee

So Table1.Employee is interpreted as a table called Employee in a schema called Table1.
GeneralRe: xml sql Pin
Mycroft Holmes27-Feb-10 20:51
professionalMycroft Holmes27-Feb-10 20:51 
GeneralRe: xml sql Pin
SilimSayo1-Mar-10 16:43
SilimSayo1-Mar-10 16:43 
GeneralRe: xml sql Pin
Mycroft Holmes1-Mar-10 18:10
professionalMycroft Holmes1-Mar-10 18:10 
AnswerRe: xml sql Pin
Not Active25-Feb-10 14:15
mentorNot Active25-Feb-10 14:15 
QuestionSQL Server re-installs when already installed Pin
Rich Leyshon25-Feb-10 8:17
Rich Leyshon25-Feb-10 8:17 
AnswerRe: SQL Server re-installs when already installed Pin
Mycroft Holmes25-Feb-10 10:54
professionalMycroft Holmes25-Feb-10 10:54 
QuestionSQL Server Exported Text File Differences Pin
Member 450523625-Feb-10 3:18
Member 450523625-Feb-10 3:18 
QuestionQuery / Design Optimization help Pin
Laddie24-Feb-10 20:05
Laddie24-Feb-10 20:05 
AnswerRe: Query / Design Optimization help Pin
Chris Meech25-Feb-10 7:00
Chris Meech25-Feb-10 7:00 
QuestionExcel to SQL Pin
MAW3024-Feb-10 15:33
MAW3024-Feb-10 15:33 
AnswerRe: Excel to SQL Pin
WoutL24-Feb-10 19:54
WoutL24-Feb-10 19:54 
AnswerRe: Excel to SQL Pin
hans vogels29-Aug-10 9:21
hans vogels29-Aug-10 9:21 
QuestionCase-Sensative Password Column in SQL Anywhere 10 Pin
MWRivera24-Feb-10 5:59
MWRivera24-Feb-10 5:59 
AnswerRe: Case-Sensative Password Column in SQL Anywhere 10 Pin
David Skelly24-Feb-10 6:23
David Skelly24-Feb-10 6:23 
AnswerRe: Case-Sensative Password Column in SQL Anywhere 10 Pin
PIEBALDconsult24-Feb-10 9:20
mvePIEBALDconsult24-Feb-10 9:20 
GeneralRe: Case-Sensative Password Column in SQL Anywhere 10 Pin
MWRivera24-Feb-10 9:24
MWRivera24-Feb-10 9:24 
GeneralRe: Case-Sensative Password Column in SQL Anywhere 10 Pin
PIEBALDconsult24-Feb-10 14:19
mvePIEBALDconsult24-Feb-10 14:19 

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.