SqlBase

From TeamDeveloperWiki

Jump to: navigation, search

This page covers SqlBase Tips & Tricks

Contents


Image:Pointer.pngHow to determine the column types of a table

Use this SQL statement to determine the defined columns and their types

  select (*) FROM SYSCOLUMNS
Personal tools