PROFESSIONAL NEWSGROUPS
WINDEV
,
WEBDEV
and
WINDEV Mobile
Home
|
Recent messages
|
Connect
|
Sign out
|
English
Home
→
WINDEV 2024
→
DIFFERENCE DE RESULTAT SUR REQUETE ENTRE HF ET MYSQL
DIFFERENCE DE RESULTAT SUR REQUETE ENTRE HF ET MYSQL
Started by pierre.flandre, Aug., 17 2004 3:11 PM - No answer
Connect yourself…
pierre.flandre
#1
Posted on August, 17 2004 - 3:11 PM
j'ai une différence de résultat selon que la base est en hf ou mysql
la requête suivante fonctionne correctement sur une base hyperfile
SELECT avion_ticket.at_cleunik AS at_cleunik,
avion_ticket.at_num_billet AS at_num_billet,
avion_ticket.at_date_emission AS at_date_emission,
avion_ticket.at_val_facial AS at_val_facial,
suplement_reduction.sn_prix AS sn_prix,
suplement_reduction.ctpro_cleunik AS ctpro_cleunik,
suplement_reduction.at_cleunik AS at_cleunik_su,
suplement_reduction.snlib_cleunik AS snlib_cleunik
FROM avion_ticket LEFT OUTER JOIN suplement_reduction ON
avion_ticket.at_cleunik = suplement_reduction.at_cleunik
WHERE avion_ticket.at_date_emission BETWEEN {Param1} AND {Param2}
AND suplement_reduction.ctpro_cleunik = 1
AND suplement_reduction.snlib_cleunik = -1
ORDER BY at_num_billet ASC, at_date_emission ASC
Par contre la même requête avec les mêmes fichiers sur base mysql (serveur
4.0.17 / client 4.1.0)
ne m'affiche pas les avion_ticket qui n'ont pas de suplement_reduction
alors que sur hyperfile cela marche correctement !!!!
Quelqu'un a-t-il une idée ???
D'avance merci
Pierre
Report
0
0
→ Go back to WINDEV 2024
WINDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV (earlier versions)
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 25
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (earlier versions)
WINDEV (earlier versions)
WEBDEV (earlier versions)
WEBDEV (earlier versions)
WINDEV Mobile (earlier versions)
WINDEV Mobile (earlier versions)
Reports & Queries
Reports & Queries
Off-topic
Off-topic
Tools
Tools
Français
English
Español
Portuguesa
Close this window
Search type
Only topics
All the messages
Search period
Any time
Past hour
Past 24 hours
Past week
Past month
Past year
Cancel
Preview of your message
Adding an image
Import an image from a URL
Send an image from a file of your disk
Drop a file or click "Browse..."
or
Cancel
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Text