Take this for example:
I have a old table with movies. And now I want split this table in a movie table and a genre table.
In the old table I have a column with genres. I want to move them to another table genres. And store the id in the movie table and not the name of the genre.
So I need a...
What is wrong with this query?
This query only need to select the record where the id is 23.
The problem occurs with this line: AND B.CARDNUMBER <> CARDNUMBER.
But it doesn't give me a record at all.
If I leave this code out of the query it gives me the records 23 and 29.
But I only need the...
Here is a example from my program:
SCREEN SECTION.
01 INVOER-SCHERM.
03 BLANK SCREEN.
03 LABEL TITLE "Datum aanvraag" RIGHT
LINES 2 CELLS SIZE 18 CELLS
LINE 2 COL 5.
03...
Hi
(using version 4.1)
Can you calculate dates?
ex.: 20030530 - 20030602 = 3 days.
Because I have to do the following:
A customer may only use 1/week during a half day a odd-jobber.
So when they ask him (today 2003-06-03 - Tuesday) to come on Friday between 9 and 12, then they may ask him...
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.