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?

Stupid sql question
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Stupid sql question
#28456
Stupid sql question 12 Years, 1 Month ago Karma: 0
Hi,

My original data is in an MS Access db.
With Bullzip MS Access to MySQL i make a dump and i import this into a mysql db.

The db and all the tables have the same names.

In ms Access i made a crosstab query and the result is ok.
I copied this query into ARI Data Tables, but it seems not to work.

I post it here as example.
Are there functions not available?

TRANSFORM First(logbook_qsl.[APP_DXKeeper_QSO_NUMBER]) AS EersteVanAPP_DXKeeper_QSO_NUMBER
SELECT logbook_qsl.[APP_DXKeeper_DOK]
FROM logbook_qsl
WHERE (((logbook_qsl.[APP_DXKeeper_DOK])>"0"))
GROUP BY logbook_qsl.[APP_DXKeeper_DOK]
PIVOT logbook_qsl.[Band];


Thank You for the support...
Koen
The administrator has disabled public write access.
Greetz,

Ken
 
#28472
Re:Stupid sql question 12 Years, 1 Month ago Karma: 0
Solved... TRANSFORM is not an sql statement...
The administrator has disabled public write access.
Greetz,

Ken
 
Go to topPage: 1