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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Multiple tables
(1 viewing) (1) Guest
Go to bottomPage: 123456789
TOPIC: Multiple tables
#47421
Re:Multiple tables 10 Years, 5 Months ago Karma: 748
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 10 Years, 5 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 10 Years, 5 Months ago Karma: 748
Do you want to set filter on backend or frontend?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47427
Re:Multiple tables 10 Years, 5 Months ago Karma: 0
Backend...
The administrator has disabled public write access.
 
#47428
Re:Multiple tables 10 Years, 5 Months ago Karma: 748
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 10 Years, 5 Months ago Karma: 0
Excellent...
And maximum number of user simultaneously?
The administrator has disabled public write access.
 
Go to topPage: 123456789