i was shocked to find that there is no aggregate multiplication functions in SQL, something like
select mul(number) from table
but i needed to use a multiplication function…, so as usual i googled it and found this statement
select exp(sum(log(cast(number as float)))) from table
that does the multiplication,
so with a mouth half opened i tested this line and it worked
Read more »
September 9, 2009
Posted by
Jaqoup |
Programming |
Aggregate Functions, e, Google, Iftar, Log, Logarithm, Milk, Multiply, Product, Query, SQL, Sum |
1 Comment
recently i needed to write a macro that processes an MS Visio 2007 page and and does some actions based on the contents of a custom defined stencil shapes, where this contents are saved as a Shape Data field in the shape
Read more »
August 28, 2009
Posted by
Jaqoup |
Programming |
Cells, CellsSRC, Google, Microsoft, Microsoft Office, Problems, Programming, Shape, Shape Data, VBA, Visio, Visual Basic for Applications |
No Comments Yet
after Hidden Options
here is the second post with the hidden options i’ve been collecting since then…
1-On Windows
some times you need to copy the contents of a message box and the text is unselectable
just press Ctrl+C when this message box is in focus and all it’s contents will be copied
Thanx to Roaa “The Undocumented Feature”
Read more »
April 5, 2009
Posted by
Jaqoup |
Experience |
Clipboard, Copy, Copy Path, Firefox, Google, Hidden Options, Linux, message box, Paste, Shift, Third Button, Two Buffers, Ubuntu, Vista, Windows |
No Comments Yet