Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 123456789
TOPIC: Multiple tables
#47421
Re:Multiple tables 11 Years, 3 Months ago Karma: 763
For example if your table contains "user_id" column which contain users ID, the following SQL query will return only records for currently logged user:

SELECT
*
FROM
tbl
WHERE
user_id = {$UserId}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47425
Re:Multiple tables 11 Years, 3 Months ago Karma: 0
and instead of the user id, could be filtered by any other table column, ie: Barcode number
is there a maximum number of users to access the table at once?

Thanks again
The administrator has disabled public write access.
 
#47426
Re:Multiple tables 11 Years, 3 Months ago Karma: 763
Do you want to set filter on backend or frontend?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47427
Re:Multiple tables 11 Years, 3 Months ago Karma: 0
Backend...
The administrator has disabled public write access.
 
#47428
Re:Multiple tables 11 Years, 3 Months ago Karma: 763
It can be defined in "WHERE" clause of "SELECT" SQL query.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47429
Re:Multiple tables 11 Years, 3 Months ago Karma: 0
Excellent...
And maximum number of user simultaneously?
The administrator has disabled public write access.
 
Go to topPage: 123456789