Subject | Re: [firebird-support] Returning Partial field Value |
---|---|
Author | William L. Thomson Jr. |
Post date | 2003-08-30T20:09:26Z |
On Sat, 2003-08-30 at 14:35, mbellisle_retire wrote:
Is that what you were looking for?
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
> Hello everyoneSELECT SUBSTRING(MY_COLUMN FROM 1 FOR 5) AS MY_COLUMN FROM MY_TABLE;
>
> How do I return a partial field value in sql in InterBase?
>
> if returns the first 5 characters, starting from the beginning of
> the value, how do I do the same with InterBase?
Is that what you were looking for?
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios, Inc.
http://www.obsidian-studios.com