 |
VFP 愛用者社區 本討論區為 Visual Foxpro 愛用者經驗交流的地方, 請多多利用"搜尋"的功能, 先查看看有無前例可循, 如果還有不懂的再發問. 部份主題有附加檔案, 須先註冊成為社區居民才可以下載.
|
上一篇主題 :: 下一篇主題 |
發表人 |
內容 |
Ruey
註冊時間: 2003-03-12 文章: 1698 來自: tunglo
第 1 樓
|
發表於: 星期日 一月 25, 2004 9:39 am 文章主題: Dates and DateTime in a SQL-Select(轉貼) |
|
|
Dates and DateTime in a SQL-Select
Q: I recently changed the properties on some SQL views so that they would display dates instead of datetimes. Now this union made for a print job will not work:
select * from vwmd, vwmdgrp INTO cursor mdboog ;
where vwmd.mdnum=vwmdgrp.mdnum ;
UNION select mdnum, mdlast, mdfirst, mdaddr1, mdaddr2, mdcity, ;
{ / / :AM}, { / / :AM};
from vwmd where mdnum not IN;
(select mdnum from vwmdgrp)
saying "SELECT are not union compatible" i believe the blank datetime is to blame. how do i change the ,{ / / :AM},{ / / :AM}; to reflect the date component, or is that the problem?
A: Try one of these three:
{/} will give you a blank date
{/:} will give you blank date time
ttod() always converts datetime to date
William Sanders (from the VFUG ListServe) _________________ #############################
快樂媽咪系列幸福宅配,喝十全雞湯~原來幸福那麼簡單!!
學會VFP使用者社區的搜尋,Code才會更有趣~
############################# |
|
回頂端 |
|
 |
|
|
您 無法 在這個版面發表文章 您 無法 在這個版面回覆文章 您 無法 在這個版面編輯文章 您 無法 在這個版面刪除文章 您 無法 在這個版面進行投票 您 無法 在這個版面附加檔案 您 無法 在這個版面下載檔案
|
|