Saturday 28 March 2009

[SQL] compaire data type

DB NAME : testDB
column's NAME : createDate
real data : 2009-02-07 15:15:43.000

compare

select * from testDB where cast(convert(char(10),createDate,101)as datetime) >= cast(convert(char(10),'2009-02-05',101) as datetime)

Tuesday 17 March 2009

[Eclipse] Auto line change

== 3.3 version ==
이클립스에서

1. help
2. software updates
3. find and Install
4. Search for new features to install
5. New Remote site

Name: Virtual Word Wrap
URL: http://ahtik.com/eclipse-update/

=== 3.4 version ===

http://ahtik.com/eclipse-update/