|
limits
Q: How can I find all limits that refer to a particular item
A: Run a query like the following. This specific one looks for
all accounts that refer to a string (in this case, a country 'SW'), SW. This
may give you more than you need if SW is part of some other string (e.g. SW in an issuer
name).
select * from actlimit where limit_value like '%SW%'
Last updated: 04/28/05

|