HI,
3 Tables
Table 1 Table 2 Table 3
memid id1 id2
name memid memid
paid status 'y' date features
amt
1) Web site - a user access the site, clicks on search,
and also clicks professional from an option.
Submits the query - it displays on the site the list of
professionals from the database.
Question is when the user/other user at the same time
makes the same search with same option -
professionals -
[red]the record shouldn't display the same set of
records which it displayed on first search made.
i.e. record extraction is random
(it can display first record on 1st query and on 2nd
same query can display the first record some where in
the middle or last)[/red]
2) There are 40000 records or more in table 1, where the
member who has made payments.
There will be member who has made double payments.
question is want to know how many members have made
double or excess payment. (Payment by
each member is only once)
[red]Want to know the SQL query for the above.
(Site is on ASP) [/red]
Thanks,
Lad
3 Tables
Table 1 Table 2 Table 3
memid id1 id2
name memid memid
paid status 'y' date features
amt
1) Web site - a user access the site, clicks on search,
and also clicks professional from an option.
Submits the query - it displays on the site the list of
professionals from the database.
Question is when the user/other user at the same time
makes the same search with same option -
professionals -
[red]the record shouldn't display the same set of
records which it displayed on first search made.
i.e. record extraction is random
(it can display first record on 1st query and on 2nd
same query can display the first record some where in
the middle or last)[/red]
2) There are 40000 records or more in table 1, where the
member who has made payments.
There will be member who has made double payments.
question is want to know how many members have made
double or excess payment. (Payment by
each member is only once)
[red]Want to know the SQL query for the above.
(Site is on ASP) [/red]
Thanks,
Lad