Op Fri, 7 Apr 2000, Sander 'Cerberus' Klein Lebbink schreef:
> On Fri, 7 Apr 2000, Gerrit Zanen wrote:
>
> Misschien select count(klant) from tabel, en dan met een of ander
> where-iets zorgen dat alleen de hoogste count er uit komt?
>
Ik weet niet goed wat je nou bedoelt maar ik vind net iets over bind
variables en dat begint een beetje te lijken op wat ik zoek geloof ik.
Bind variables A bind variable refers to a data value associated with a
SQL command. Bind variables associate (bind) a syntactic location in a SQL
command with a data value that is to be used in that command. Bind
variables can be used wherever a data value is allowed: WHERE clause.
VALUES clause in an INSERT command. SET clause of in UPDATE command.
Bind variable names start with a colon (:). The name can be: The name of
a variable that is declared in a program (such as :ARG1). A number that
refers to the relative position among the data items associated with the
SQL command (such as :1, :2, :3).
Alle hulp is welkom.
gerrit
http://www.dds.nl/~nowmoo/