Skip to content

Commit

Permalink
Change Foodmart.xml, Dimension Customers, remove brackets around [fna…
Browse files Browse the repository at this point in the history
…me] and [lname] (Access)

[git-p4: depot-paths = "//open/mondrian/": change = 373]
  • Loading branch information
hhaas committed Mar 18, 2003
1 parent 92e2d4c commit d99563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/FoodMart.xml
Expand Up @@ -125,7 +125,7 @@ WHERE "product"."product_class_id" = "product_class"."product_class_id"
"fname" || ' ' || "lname"
</SQL>
<SQL dialect="access">
[fname] + ' ' + [lname]
fname + ' ' + lname
</SQL>
<SQL dialect="postgres">
"fname" || ' ' || "lname"
Expand Down

0 comments on commit d99563c

Please sign in to comment.