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?

Trying to get one value from one field to display
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Trying to get one value from one field to display
#45632
Trying to get one value from one field to display 10 Years, 8 Months ago Karma: 0
Hello, I have a very simple need but I haven't had to do any SQL work in years so I am very out of practice. I have a field in my Joomla database called "fgfg_akeebasubs_customfields"
where I want to only display a user's value that is stored in id 16.

This is what I want to do:

SELECT *
FROM `sdcv_akeebasubs_customfields`
WHERE `akeebasubs_customfield_id` = '16'

but it doesn't seem to work when I enter it into the SQL query window. Can you tell me what I need to do? Thank you.
The administrator has disabled public write access.
 
#45639
Re:Trying to get one value from one field to display 10 Years, 8 Months ago Karma: 748
Hello,

Try the following SQL query:

SELECT *
FROM `#__akeebasubs_customfields`
WHERE `akeebasubs_customfield_id` = '16'

If it doesn't help could you send an SQL dump for akeebasubs_customfields table by email?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1