Created
July 8, 2010 23:33
-
-
Save duncanmak/468804 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ij> describe app.markup; | |
| COLUMN_NAME |TYPE_NAME|DEC&|NUM&|COLUM&|COLUMN_DEF|CHAR_OCTE&|IS_NULL& | |
| ------------------------------------------------------------------------------ | |
| ID |INTEGER |0 |10 |10 |GENERATED&|NULL |NO | |
| PROCESS_ID |INTEGER |0 |10 |10 |NULL |NULL |NO | |
| SECTION_ID |INTEGER |0 |10 |10 |NULL |NULL |NO | |
| RED |SMALLINT |0 |10 |5 |NULL |NULL |NO | |
| GREEN |SMALLINT |0 |10 |5 |NULL |NULL |NO | |
| BLUE |SMALLINT |0 |10 |5 |NULL |NULL |NO | |
| ALPHA |SMALLINT |0 |10 |5 |NULL |NULL |YES | |
| LOCATION |BLOB |NULL|NULL|21474&|NULL |NULL |NO | |
| 8 rows selected | |
| ij> select count(*) from app.markup with ur; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment