I use Database Desktop to create my tables. I have the option of creating the following types of tables:
Paradox (various versions)
dBase (various versions)
FOXPRO
INTRBASE
MSACCESS
When I use a SQL CREATE TABLE statement, what type of table is created?
Thank You...
Earl Staley
JarlH,
I had already tried your suggestion and that didn't work either. The only place an EXTRACT statement works in my implementation is in a WHERE clause. For example:
"SELECT * FROM FSBC_Member WHERE EXTRACT(MONTH FROM BirthDate)=1 ORDER BY LastName, FirstName"
That is the only place I...
I have a table for our membership with a Date field for birthdays. I am trying to get a list of the birthdays ordered by month and date. My first attempt to get the list used this SQL:
"SELECT * FROM FSBC_Member WHERE BirthDate IS NOT NULL ORDER BY BirthDate,LastName,FirstName"
This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.