# | Date | Forum | Type | Thread | Post |
8 | 10 Sep 2012 @ 06:22 PDT | Tools | Reply | BTEQ REPORT |
@anjanpaul:
I've tried these included but my purpose is not served.
.SET FORMAT OFF; --i'm already using this. Sorry that I missed to mention.
... |
7 | 06 Sep 2012 @ 12:26 PDT | Tools | Topic | BTEQ REPORT |
Hi,
I'm using the following code to create a report.
<LOGON COMMAND>
.EXPORT REPORT FILE=MY_FILE.TXT
SELECT COLUMN1,COLUMN2,COUNT(*) FROM MY_TABLE;
<LOGOFF COMMA... |
6 | 10 Aug 2012 @ 06:35 PDT | Tools | Topic | TPT - LOAD_OPERATOR - Issue |
Hi,
I'm using a TPT with LOAD_OPERATOR to load a flat file (Format='Text') into an empty table. I'm receiving the following error:
LOAD_OPERATOR: connecting session... |
5 | 04 Jul 2012 @ 10:56 PDT | Database | Reply | Explicit Casting |
@Carlos, Dieter: Thank you very much!! Your explanations helped me a lot. :)
|
4 | 21 Jun 2012 @ 03:06 PDT | Database | Topic | Explicit Casting |
Hi,
I tried the following two queries.
SELECT CAST(1111 AS CHAR(4));
SELECT 1111 (CHAR(4));
Though both these queries use explicit casting, former is ANSI compliant whereas the l... |
3 | 21 Jun 2012 @ 12:51 PDT | Database | Topic | DATE conversion |
Hi,
I need to convert date, which is in the format 'MM/DD/YYYY', to the target format 'DD-MMM-YY'. I tried the following query and it worked too.
SELECT UPPER(CAST(CAST(C... |
2 | 21 Jun 2012 @ 12:20 PDT | Tools | Reply | BTEQ - Row Level COMMIT |
Thanks Jim. This is something which I was not aware of.
Does the error table receive actual data in case of any data error? If yes, then I see a possibil... |
1 | 20 Jun 2012 @ 01:16 PDT | Tools | Topic | BTEQ - Row Level COMMIT |
Hi all,
I've a requirement where I'm using BTEQ to move a copy of data from Table A to Table B. I'm using a simple
INSERT INTO Table B SELECT * FROM Table A;
Note: ... |
|
|