About cache_get_row.
#2

It's the offset of field in row.

Quote:

SELECT 'abc', 1, 0x424344, "def" FROM dual

value of:
field with offset 0 - "abc"
field with offset 1 - 1
field with offset 2 - 0x424344 (aka "ABC")
field with offset 3 - "def"

Let's say you have table with fields id, name, nick
Quote:

SELECT * FROM yourtable

field with offset 0 - id
field with offset 1 - name
field with offset 2 - nick

#e: This will return those field values
Reply


Messages In This Thread
About cache_get_row. - by TH3_R3D™ - 19.07.2013, 13:28
Re: About cache_get_row. - by Misiur - 19.07.2013, 13:36
Re: About cache_get_row. - by Firewire - 19.07.2013, 13:37
Re: About cache_get_row. - by TH3_R3D™ - 19.07.2013, 13:45
Re: About cache_get_row. - by Firewire - 19.07.2013, 13:50
Re: About cache_get_row. - by TH3_R3D™ - 19.07.2013, 13:55
Re: About cache_get_row. - by Firewire - 19.07.2013, 13:56
Re: About cache_get_row. - by TH3_R3D™ - 19.07.2013, 14:06
AW: Re: About cache_get_row. - by Mellnik - 19.07.2013, 14:12

Forum Jump:


Users browsing this thread: 2 Guest(s)