search for: loq

Displaying 7 results from an estimated 7 matches for "loq".

Did you mean: log
2009 Jul 03
2
Simple one
Just a quickly beginner's question. I wanna find the mean only from the values from a column related to specific values from another one. Like, theres a 'region' column, i want the mean of the value on 'profit' column only from "south" sells from 'region' column -- View this message in context: http://www.nabble.com/Simple-one-tp24329691p24329691.html Sent
2009 Aug 03
2
Some SQL Challenges
Hi, Im trying to complete a list of jobs using SQL Querries and some "if else" commands but im stucked in some steps. Could any of you give me some help? -in COLUMN1 change the format 20JAN2000:00:00:00 to 20JAN2000 and exclude every row that date is different from 20. -extract the first character in COLUMN2 and creat COLUMN3 with that value ex: COL2,COL3 135,1 461,4 247,2 -in every
2004 May 05
1
Using the same LDAP entry for posixAccount and
...ia preguntarte si me puedes ayudar: 1. El esquema jerarquico es definir el los componentes de domino y los objectclass autilizar y esto en q archivo se almacena? 2. Las entradas van aparte en una .ldif y al pasarlas el LDAP las asimila? 3. Tengo entendido q Samba se debe configurar como PDC y segun loq vi en el smb.conf q aparece aqui entiendo los parametros de PDC, pero en este archivo es necesario algun parametro de LDAP.? Y cualquier otro dato importante o si estoy equibicada en algo, te agradeceria. De verdad necesito esta informacion. Ayudame Gracias
2009 Jul 05
1
SQL on R
I'm dealing with lots of columns and conditions, wats t best way to deal with that? How do I work with SQL on R? the manual is quite confuse talking about that. Do I need a package? -- View this message in context: http://www.nabble.com/SQL-on-R-tp24340314p24340314.html Sent from the R help mailing list archive at Nabble.com.
2009 Aug 20
1
problems with RODBC, sqlQuery
Hello, Im trying to get a Oracle database to R, but I'm having problems with most of SQL sintax. Suppose that Im trying to bring a table "TABLE" with columns "COL1","COL2",.. from schema "SCHEMA". What am I doing wrong? library(RODBC) channel<-odbcConnect("xxx",uid="xxx",pwd="xxx") sqlQuery(channel, "select * from
2008 May 27
0
VT hardware requirements
...erial = "pty" pci = [''0a:0e.0''] When I create "foo", the system boots, but does not load the kernel module * aacraid* which is device 0a:0e.0. reports the following: Adaptec aacraid driver (1.1-5[2430]custom) ACPI: PCI Interrupt 0000:00:03.0[A] GSI 28 (level,loq) IRQ 17 aacraid: aac_fib_send: first asynchronous command timed out. Usually a result of a PCI interrupt routing problem; Update mother board BIOS or consider utilizing one of the SAFE model kernel options (acpi, apic etc) ACPI: PCI interrupt for device 0000:00:03.0 disabled aacraid: probe of 0000:...
2009 Oct 08
0
Problems With RODBC, sqlQuery
Hello, Im trying to get a Oracle database to R, but I'm having problems with most of SQL sintax. Suppose that Im trying to bring a table "TABLE" with columns "COL1","COL2",.. from schema "SCHEMA". What am I doing wrong? library(RODBC) channel<-odbcConnect("xxx",uid="xxx",pwd="xxx") sqlQuery(channel, "select *