summaryrefslogtreecommitdiff
path: root/mysql-test/t/sel000012.test
blob: e7f497dcd5163febcc639e1ebe4f2d8e8a3d21f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# sel000012
#
# Versions
# --------
#   3.22
#   3.23
#
# Description
# -----------
# Numeric floating point.
#

@r/sel000012.result SELECT 10,10.0,10.,.1e+2,100.0e-1;