Interchange Developer Resource


[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

Re: [ic] ASP like Perl



* Korey Gozman wrote on Fri, Nov 30, 2001 at 15:12 -0800:
> I want to pull all the fields that match the criteria
> but it only displays the last entry in tha table.
> any suggestions?

For postgres, you could order reverse and give a limit 1, i.e.:

select sku from products where ... order by ... limit 1

But in standard-SQL it's not really possible I think, usually SQL
is deterministic :)

oki,

Steffen

-- 
Dieses Schreiben wurde maschinell erstellt,
es trägt daher weder Unterschrift noch Siegel.
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users


Search for: Match: Format: Sort by: