
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [more] / [more-list] Alpha Numeric
Speaking of the [more][more-list] tag, is there a way for it's alpha
numeric feature to be used in the [query] tag? I have tried:
[query list=1 ml=50 more=1 st=db ma=yes mc=1 rf="code,desc" sql=|
SELECT p.code, p.name, p.short_desc,
p.price, p.qty, p.new_plant, p.avail,
p.disc
FROM products AS p, zip_zone AS z
WHERE z.zip = '[value search_zip]'
AND p.zones ~ z.zone
AND p.disc != '0'
ORDER BY p.name;
|
]
And variations on this, to no avail.
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users